clarify .env.example

Andrew Cantino 10 years ago
parent
commit
892c3efd42
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .env.example

+ 3 - 3
.env.example

@@ -3,10 +3,10 @@
3 3
 # Replace the following with the output from "rake secret"
4 4
 APP_SECRET_TOKEN=REPLACE_ME_NOW!
5 5
 
6
-# This is the domain where your Huginn instance will be running.  The default should work
7
-# for development, but it needs to be changed when you deploy to a production environment.
6
+# This is the domain where your Huginn instance will be running. The default should work
7
+# for development, but it needs to be changed to your Huginn domain when you deploy to a
8
+# production environment (e.g., yourdomain.com, possibly including a port).
8 9
 DOMAIN=localhost:3000
9
-#DOMAIN=http://yourdomain.com # production value; replace with your domain name, and port if not 80
10 10
 
11 11
 # Optionally set an asset host
12 12
 # ASSET_HOST=http://assets.example.com